Insert Method (ItemCollection<T>)
Inserts a new into the
ItemCollection<T> at the specified location.
public void Insert(
int ,
)
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As _
)
Parameters
- index
- A zero-based System.Int32 index indicating the position at which to insert the object.
- item
- A object to insert.